From: Jan Djärv Date: Tue, 2 Jan 2007 16:50:01 +0000 (+0000) Subject: (xg_menu_item_cb_data_): Remove highlight_id and X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~3035 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4343832a01ffaf395dd64443c5bda51c62787bb1;p=emacs.git (xg_menu_item_cb_data_): Remove highlight_id and unhighlight_id. --- diff --git a/src/gtkutil.h b/src/gtkutil.h index 742e3ecb1e5..c3957223a18 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -79,8 +79,6 @@ typedef struct xg_menu_item_cb_data_ { xg_list_node ptrs; - gulong highlight_id; - gulong unhighlight_id; gulong select_id; Lisp_Object help; gpointer call_data;